home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5061 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  641 b 

  1. Path: news.genie.net!usenet
  2. From: i.einman@genie.com (IAN J. EINMAN)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: FindTask()
  5. Date: 5 Mar 1996 07:53:34 GMT
  6. Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
  7. Sender: i.einman@genie.com (IAN J. EINMAN)
  8. Message-ID: <4hgrtu$d9a@rock101.genie.net>
  9. NNTP-Posting-Host: rock103.is.ge.com
  10.  
  11. >>When calling FindTask() with FindTask(0) and there are several tasks with
  12. the same name as the task that is calling e.g. "shell process" - can you  be
  13. sure that it finds the right task?
  14.  
  15. FindTask(NULL) will not search the list, it will give you the pointer to the current
  16. task ALWAYS.
  17.  
  18.